home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMDEFAULTMAILER / TFRMDEFAULTMAILER.txt
Text File  |  2003-07-29  |  1KB  |  63 lines

  1. object FrmDefaultMailer: TFrmDefaultMailer
  2.   Left = 431
  3.   Top = 738
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Setup Default Mailer'
  7.   ClientHeight = 141
  8.   ClientWidth = 367
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnHide = FormHide
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Lbl: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 276
  25.     Height = 34
  26.     Caption = 
  27.       'Poco is not setup to be your default mailer.'#13#10'Would you like me ' +
  28.       'to make it so?'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = 17
  32.     Font.Name = 'Arial'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object BtnYes: TBitBtn
  37.     Left = 146
  38.     Top = 72
  39.     Width = 97
  40.     Height = 35
  41.     TabOrder = 0
  42.     OnClick = BtnYesClick
  43.     Kind = bkYes
  44.   end
  45.   object BtnNo: TBitBtn
  46.     Left = 254
  47.     Top = 72
  48.     Width = 97
  49.     Height = 35
  50.     TabOrder = 1
  51.     OnClick = BtnNoClick
  52.     Kind = bkNo
  53.   end
  54.   object cbDontAsk: TCheckBox
  55.     Left = 14
  56.     Top = 122
  57.     Width = 311
  58.     Height = 17
  59.     Caption = 'Please, don'#39't ask me this question again!'
  60.     TabOrder = 2
  61.   end
  62. end
  63.